home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / apatch20.lha / patch-2.0.12u8 / AMIGA-README next >
Text File  |  1992-09-19  |  2KB  |  52 lines

  1. Amiga Compililation-Porting by Alex Pelosi (at PisaUG-Agemo)
  2.                              & Gianluca Marcoccia
  3.  Tue 16-Sep-92 - Pisa Italy
  4.  
  5. Few changes have been needed in order to get this very useful utility running
  6. on Amiga, most part of the job has been made by the marvellous
  7. GNU C (v.2.2.2) compiler (ported to amiga by Markus Wild (thanks Markus!))
  8.  
  9. First, we converted it using all of the sources supplied, including malloc.c
  10. (which used the sbrk() function to set some memory options which do not
  11. make sense on amiga, so we created a fictious sbrk() (sbrk.c) )
  12. Few minutes later we realized that the malloc() function was redundant,
  13. left it out and compiled using system function! so malloc.c and sbrk.c
  14. are not needed anymore! :)
  15.  
  16. BOTH EXECUTABLE NEED "ixemul.library" v2.2.2 !!!!!!!!!!
  17.  
  18. This is the version being distributed!
  19. We hope this extremely useful utility will help you in programming.
  20.  
  21. For any questions e-mail to:
  22.  (InterNet) ax%pisaug.adsp.sub.org@cbmvax.cbm.commodore.com
  23.  (Fidonet)  2:332/607.7
  24.  
  25. --------------------------------------------------------------------------
  26.  
  27. Compilato-Convertito per Amiga da Alex Pelosi (del PisaUG-Agemo)
  28.                                 & Gianluca Marcoccia
  29.  Tue 16-Sep-92 - Pisa Italia
  30.  
  31. Pochi cambiamenti sono stati necessari per far girare questa utility su Amiga,
  32. la maggior parte del lavoro e' stata fatta dal meraviglioso compilatore 
  33. GNU C (v.2.2.2) (convertito per Amiga da Markus Wild (grazie Markus!))
  34.  
  35. Come primo tentativo, lo abbiamo convertito usando tutti i sorgenti forniti,
  36. compreso malloc.c (che usa la funzione sbrk() per settare alcune opzioni
  37. relative alla memoria che non hanno senso su Amiga, abbiamo quindi creato
  38. una sbrk() (sbrk.c) fittizia )
  39. Pochi minuti dopo, ci siamo resi conto che la funzione malloc() era ridondante,
  40. l'abbiamo esclusa dal Makefile, e ri-compilato usando la funzione di sistema!
  41. Ora la malloc.c e la sbrk.c non sono piu necessarie! :)
  42.  
  43. ENTRAMBI GLI ESEGUIBILI NECESSITANO DELLA "ixemul.library" v2.2.2 !!!!!!!!
  44.  
  45. Quest'ultima e' la versione qui distribuita!
  46. Speriamo che questa importantissima utility vi sia di aiuto 
  47. nella programmazione.
  48.  
  49. Per qualsiasi problema e-mail:
  50.  (InterNet) ax%pisaug.adsp.sub.org@cbmvax.cbm.commodore.com
  51.  (Fidonet)  2:332/607.7
  52.